home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / ProGraph251 / ProGraph v2.5 / Prograph 2.5.rsrc / STR#_1027.txt < prev    next >
Encoding:
Text File  |  1991-10-15  |  374 b   |  9 lines

  1. Inputs: TableId; Name; [Options]
  2. Outputs: Error; KeyId
  3.  
  4. Inputs: integer; string; [list]
  5. Outputs: integer; integer
  6.  
  7. Creates and opens a new table key.  TableId is the path id of an open table.  Name is the name of the new key.  Options specify key type, ordering and uniqueness.  Keys may only be created in update mode and don‚Äôt take effect until the table is re-opened.
  8.  
  9.